home *** CD-ROM | disk | FTP | other *** search
/ 1000 Apple LAN Literacy / 1000 Apple LAN Literacy.iso / Apple LAN Literacy / Literacy Segments Part 1 / Literacy Segments Part 1 / background_70928.txt < prev    next >
Text File  |  1989-08-22  |  4KB  |  195 lines

  1. -- background: 70928 from stack: in
  2. -- bmap block id: 71288
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 1.2.1 Content
  6.  
  7.  
  8. -- part 3 (field)
  9. -- low flags: 01
  10. -- high flags: 0000
  11. -- rect: left=18 top=1 right=38 bottom=442
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 156
  16. -- text size: 24
  17. -- style flags: 10240
  18. -- line height: 32
  19. -- part name: Title
  20.  
  21.  
  22. -- part 5 (field)
  23. -- low flags: 01
  24. -- high flags: 0000
  25. -- rect: left=16 top=38 right=67 bottom=434
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 0
  29. -- font id: 156
  30. -- text size: 20
  31. -- style flags: 0
  32. -- line height: 26
  33. -- part name: Subtitle
  34.  
  35.  
  36. -- part 23 (field)
  37. -- low flags: 01
  38. -- high flags: 0000
  39. -- rect: left=246 top=77 right=325 bottom=472
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 0 / 0
  42. -- text alignment: 0
  43. -- font id: 156
  44. -- text size: 16
  45. -- style flags: 0
  46. -- line height: 17
  47. -- part name: Text
  48.  
  49.  
  50. -- part 6 (field)
  51. -- low flags: 81
  52. -- high flags: 0001
  53. -- rect: left=423 top=0 right=13 bottom=466
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 0 / 0
  56. -- text alignment: 65535
  57. -- font id: 4
  58. -- text size: 9
  59. -- style flags: 0
  60. -- line height: 12
  61. -- part name: CardTitle
  62.  
  63.  
  64. -- part 15 (button)
  65. -- low flags: 00
  66. -- high flags: 0000
  67. -- rect: left=443 top=5 right=72 bottom=512
  68. -- title width / last selected line: 0
  69. -- icon id / first selected line: 0 / 0
  70. -- text alignment: 1
  71. -- font id: 0
  72. -- text size: 12
  73. -- style flags: 0
  74. -- line height: 16
  75. -- part name: Instant Reference
  76. ----- HyperTalk script -----
  77. on mouseUp
  78.   instantReference "1.2.1"
  79. end mouseUp
  80.  
  81.  
  82. -- part 16 (button)
  83. -- low flags: 00
  84. -- high flags: 2000
  85. -- rect: left=480 top=143 right=172 bottom=511
  86. -- title width / last selected line: 0
  87. -- icon id / first selected line: 1310 / 1310
  88. -- text alignment: 1
  89. -- font id: 0
  90. -- text size: 12
  91. -- style flags: 0
  92. -- line height: 16
  93. -- part name: Student Services
  94. ----- HyperTalk script -----
  95. on mousedown
  96.   SSpopUp
  97. end mousedown
  98.  
  99. on mouseup
  100.   if the mouseloc is not within the rect of me then exit to hyperCard
  101.   doSS
  102. end mouseup
  103.  
  104.  
  105.  
  106. -- part 17 (button)
  107. -- low flags: 00
  108. -- high flags: 2000
  109. -- rect: left=482 top=176 right=205 bottom=511
  110. -- title width / last selected line: 0
  111. -- icon id / first selected line: 162 / 162
  112. -- text alignment: 1
  113. -- font id: 0
  114. -- text size: 12
  115. -- style flags: 0
  116. -- line height: 16
  117. -- part name: Help
  118. ----- HyperTalk script -----
  119. on mouseUp
  120.   Help
  121. end mouseUp
  122.  
  123.  
  124.  
  125. -- part 18 (button)
  126. -- low flags: 00
  127. -- high flags: 2000
  128. -- rect: left=482 top=294 right=320 bottom=509
  129. -- title width / last selected line: 0
  130. -- icon id / first selected line: 1236 / 1236
  131. -- text alignment: 1
  132. -- font id: 0
  133. -- text size: 12
  134. -- style flags: 0
  135. -- line height: 16
  136. -- part name: Last Menu
  137.  
  138.  
  139. -- part 19 (button)
  140. -- low flags: 00
  141. -- high flags: 2000
  142. -- rect: left=478 top=319 right=341 bottom=498
  143. -- title width / last selected line: 0
  144. -- icon id / first selected line: 1238 / 1238
  145. -- text alignment: 1
  146. -- font id: 0
  147. -- text size: 12
  148. -- style flags: 0
  149. -- line height: 16
  150. -- part name: Prev
  151. ----- HyperTalk script -----
  152. on mouseUp
  153.   lock screen
  154.   go prev
  155.   unlock screen with scroll right
  156. end mouseUp
  157.  
  158.  
  159. -- part 20 (button)
  160. -- low flags: 00
  161. -- high flags: 2000
  162. -- rect: left=493 top=319 right=341 bottom=512
  163. -- title width / last selected line: 0
  164. -- icon id / first selected line: 1237 / 1237
  165. -- text alignment: 1
  166. -- font id: 0
  167. -- text size: 12
  168. -- style flags: 0
  169. -- line height: 16
  170. -- part name: Next
  171. ----- HyperTalk script -----
  172. on mouseUp
  173.   lock screen
  174.   go next
  175.   unlock screen with scroll left
  176. end mouseUp
  177.  
  178.  
  179. -- part 26 (button)
  180. -- low flags: 00
  181. -- high flags: 2000
  182. -- rect: left=482 top=208 right=234 bottom=509
  183. -- title width / last selected line: 0
  184. -- icon id / first selected line: 1234 / 1234
  185. -- text alignment: 1
  186. -- font id: 0
  187. -- text size: 12
  188. -- style flags: 0
  189. -- line height: 16
  190. -- part name: Lesson
  191. ----- HyperTalk script -----
  192. on mouseUp
  193.   lesson "1.2.1"
  194. end mouseUp
  195.